﻿/* Write your styles */

* {
	margin: 0;
	padding: 0;
	list-style: none;
}
a{
	text-decoration: none;
	color: #000;
}
p,span,a,h3{
	font-size: 14px;
}
h3{
	font-weight: lighter;
}
@media screen and (max-width: 768px) {

#Daohang {
	width: 100%;
}

.Dao_right {
float: right ;
	width: 30px;
	height: 30px;
	margin-right: 20px;
	margin-top: 40px;
	cursor: pointer;
	position: relative;
}

.Dao_right>span {
	display: block;
	width: 100%;
	height: 4px;
	background: #000;
	margin-top: 5px;
}

.shoujidh{
	width: 100%;
	position: absolute;
	top: 144px;
	background: #952d72;
	right: 0;
	font-family: 微软雅黑;
	font-size: 16px;
	z-index: 50;
}
.shoujidh >li{
	text-align: center;
	width: 100%;
	height: 30px;
	font-size: 17px;
	font-weight: bold;
}
.shoujidh >li >a{
	color: #FFFFFF; 
}
}
